Skip to content

Feature/#23745 extend monitor capabilities to support services monitoring#339

Open
pperezredborder wants to merge 6 commits intodevelopmentfrom
feature/#23745_extend_monitor_capabilities_to_support_services_monitoring
Open

Feature/#23745 extend monitor capabilities to support services monitoring#339
pperezredborder wants to merge 6 commits intodevelopmentfrom
feature/#23745_extend_monitor_capabilities_to_support_services_monitoring

Conversation

@pperezredborder
Copy link
Contributor

@pperezredborder pperezredborder commented Mar 10, 2026

Related Redmine task

https://redmine.redborder.lan/issues/23745

Changes

  • Added rb_http_agent.rb that allows API requests support to GET, POST, PUT, HEAD methods with the following options:
    -u, --url URL ---> URL to connect to and retrieve data
    -X, --type TYPE ---> Request method type: GET, POST, PUT or HEAD
    -d, --body BODY ---> Request body
    -H, --headers HEADERS ---> Custom request headers (JSON)
    -s, --status STATUS ---> Expected HTTP response status
    -L, --redirect ---> Follow HTTP redirects
    -x, --proxy PROXY ---> HTTP Proxy URL using format [protocol://][username[:password]@]proxy.example.com[:port]
    -a, --http-auth AUTH ---> HTTP server authentication method
    -U, --user USER ---> HTTP server authentication user
    -P, --password PASS ---> HTTP server authentication password
    --ssl-verify-peer ---> Verify SSL peer
    --ssl-ca-file FILE ---> Path to CA certificate file for SSL verification
    --ssl-cert CERT ---> Path to SSL certificate
    --ssl-key KEY ---> Path to SSL private key
    --ssl-key-pass PASS ---> Password for SSL private key
    --timeout TIMEOUT ---> Request timeout in seconds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant